'宣言 Public Overloads Sub CopyTo( _ ByVal index As System.Integer, _ ByVal array() As RenderObject, _ ByVal arrayIndex As System.Integer, _ ByVal count As System.Integer _ )
'使用法 Dim instance As RenderObjectList Dim index As System.Integer Dim array() As RenderObject Dim arrayIndex As System.Integer Dim count As System.Integer instance.CopyTo(index, array, arrayIndex, count)
public void CopyTo( System.int index, RenderObject[] array, System.int arrayIndex, System.int count )
パラメータ
- index
- array
- arrayIndex
- count